home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / timer11.zip / TIMERUN.DOC < prev    next >
Text File  |  1991-12-19  |  6KB  |  155 lines

  1. RELEASED:                December 19, 1991
  2.  
  3. DOCUMENTATION FOR:       Time Runner v1.1s [ShareWare-Unregistered]
  4.                          Copyright, 1991  Tim Butler
  5.  
  6. WARRANTY:   There is NONE.  
  7.  
  8. DISCLAIMER: I cannot be held responsible for ANY damage or harm
  9.             that may come to your computer, parts of your computer,
  10.             you, or anything else, thru the use or misuse of this 
  11.             program.
  12.  
  13. REMINDER:   This is NOT free software.  It is ShareWare, and if you
  14.             use it, it should be registered.  You can give the
  15.             UNregistered version to your friends, upload it to
  16.             BBS's, mail it to friends, etc.  But you cannot alter
  17.             this program or any files that go with this file in
  18.             ANY way.
  19.  
  20.                  [Please read the README.1ST file.]   
  21.    ---------------------------------------------------------------------
  22.     NOW for the fun stuff:  How to get it to do what it does!
  23.  
  24. Q: What exactly does Time Runner do?????
  25. A: Time Runner allows you to set up your computer to run programs
  26.    (a maximum of 3 programs in the unregistered version, and 150
  27.    programs in the registered version) while you are away. This
  28.    is accomplished mostly thru the use of batch files.  When it
  29.    is time to run a file, Time Runner writes up a batch file
  30.    (called TEMP.BAT) that runs the file (if it's an EXE or COM)
  31.    or CALLs it (if it's a batch file).  Time Runner then exits
  32.    and runs TEMP.BAT at the right time.
  33.  
  34.         (If that's too confusing, come back to it later.)
  35.  
  36.  
  37. Q: How do I get Time Runner to work?
  38. A: First you need to load up your favorite text editor--Edlin, Edit, Qedit, 
  39.    etc.  Then edit TIMERUN.DAT (which MUST exist in the directory with
  40.    TIMERUN.EXE, or you will get a runtime error--IF this was the 
  41.    registered version, you could use ANY text file, but with the
  42.    unregistered version, you must use TIMERUN.DAT).  You would set-up
  43.    TIMERUN.DAT like this:
  44.     
  45.    FILE_TO_RUN
  46.    TIME_TO_RUN_THE_FILE
  47.    DATE_TO_RUN_THE_FILE
  48.  
  49.     EXAMPLE |
  50.            \|/
  51.             `
  52.    D:\MODEM\QMODEM.EXE                          
  53.    22:00                       
  54.    12\24\1991                   
  55.  
  56. (NOTE:  You MUST use \'s in the date, and the year must be 4 numbers long.)
  57.                      /\_____
  58.    The 3 lines just above  |__this one, would tell Time runner to load
  59.    D:\MODEM\QMODEM.EXE at 22:00 (10:00pm...) on 12\24\1991.  The line with
  60.    the file-to-run on it can only be 45 characters long, anything longer 
  61.    will be cut off.  Ok, another example.
  62.  
  63.     This is how you get three files or bat files to run at different
  64.     times and dates.  A bat file will let you get a lot of chores done at
  65.     at a time.
  66.  
  67.  
  68.  > C:\CALL.BAT           \
  69.  > 10:00                  \   Number One
  70.  > 11\23\1991              \
  71.  > D:\MODEM\QMODEM.EXE /S=BBS.SCR  \
  72.  > 12:00                            \  Number Two
  73.  > 11\25\1991                        \
  74.  > D:\RESET.BAT                                    \ Number Three
  75.  > 14:30                                            \
  76.  > NONE         <-----If used, must be ALL caps.     \
  77. |                                      ^^^
  78. |  ^^^^--Wondering about this, right?  If you want a program to be run
  79. |  EVERY day, just put NONE in the place of a date!
  80. |
  81. |---These 9 lines would do the following:
  82.     Run C:\CALL.BAT at 10:00am on 11\23\1991, run D:\MODEM\QMODEM.EXE
  83.     with /S=BBS.SCR as a command line parameter (NOTE: I would recommend
  84.     using a batch file for ANYTHING like this) at 12:00 on 11\25\1991, 
  85.     and run D:\RESET.BAT at 14:30  (2:30pm) EVERY day. Which is 3 programs; 
  86.     the limit for the UNregistered version. (OK I DIDNT NOTICE THIS PART^^)
  87.  
  88. *This is what the 9 lines would look like IN the file (without all my
  89.  notes...):
  90.  
  91.        C:\CALL.BAT
  92.        10:00
  93.        11\23\1991
  94.        D:\MODEM\QMODEM.EXE /S=BBS.SCR
  95.        12:00
  96.        11\25\1991
  97.        D:\RESET.BAT
  98.        14:30
  99.        NONE
  100.  
  101.  
  102.  
  103.     Then, run TIMER.BAT (which loads up TIMERUN.EXE--Time Runner).
  104.     You must load it with TIMER.BAT, as the batch file checks for 
  105.     an errorlevel of 10 upon exiting-which would run TEMP.BAT and 
  106.     load a program. It will NOT work if you just try to run TIMERUN.EXE..
  107.  
  108.     And finally, if you use Time Runner to load .BAT files, have the .BAT
  109.     file  "CD" back into the directory containing TIMER.BAT, TIMERUN.EXE,
  110.     etc.  If it doesn't, Time Runner may not reload....
  111.  
  112. Q: What can I do while Time Runner is running?
  113. A: You can hit 1 to pop up a window that tells you what programs
  114.    are going to be run, at which time, and on which date.  And
  115.    you can press X or Q to exit the program.  Otherwise, all there
  116.    is to do is sit there and watch the pretty colors... =)
  117.  
  118.  
  119. ***HELPFUL REMINDERS:
  120.  
  121.   1. The time needs to be in military format (also known as 24 hour time.)
  122.   2. \'s must be used in the date.  Not /'s or -'s.
  123.   3. The year must be 4 numbers long (ie. 1991, 1992, etc.)
  124.   4. If used, NONE  _MUST_ be in ALL caps.
  125.   5. Load Time Runner with TIMER.BAT, _NOT_ TIMERUN.EXE.
  126.   6. If you run .BAT files with Time Runner, make sure the .BAT file
  127.      "CD's" back into the directory containing Time Runner.
  128.  
  129.  
  130.                          [That's all folks!]
  131.  If you have any problems, questions, suggestions;
  132.     Give my BBS a call and leave me a message.
  133.  
  134.               The Data Connection BBS
  135.               Phone:  (609) 291-0757
  136.                    24hrs/7days
  137.               Running Wildcat! 3.01s
  138.    ---------------------------------------------------------------------
  139.     Why register this program, you ask?
  140.        
  141.        The registered version allows you to:
  142.  
  143.          1. Run up to 150 programs instead of 3.
  144.          2. Use ANY text file, instead of only TIMERUN.DAT.
  145.  
  146.        Read REGISTER.TXT for information about registering.
  147.  
  148.  
  149.        And a reason to register any program that you use and enjoy:
  150.          
  151.          To keep programmers from starving, and to show them that
  152.          it is worth their time to sit & stare at little letters...
  153.  
  154.  _[END OF FILE]__[END OF FILE]__[END OF FILE]__[END OF FILE]__[END OF FILE]_
  155.